06. Working with Foreign Keys

JavaND#305 C03 L01 A05 Working With Constraints

Constraint Quiz

Task Description:

Create a table called comment. The comment table has an auto-generated primary key, text and created time and a foreign key to the Post table. The text can have up to 1000 characters.

Task List:

Task Feedback:

Wonderful! You now how to create foreign keys.